-
21 управление выполнением алгоритмов
Programming: algorithm execution controlУниверсальный русско-английский словарь > управление выполнением алгоритмов
-
22 программирующий алгоритм
Русско-английский научно-технический словарь Масловского > программирующий алгоритм
-
23 алгоритм унификации
1) Mathematics: unification algorithm2) Programming: algorithm for unificationУниверсальный русско-английский словарь > алгоритм унификации
-
24 разработка алгоритмов
1) Computers: logical design2) Engineering: logic design (функционирования), logical design (функционирования)3) Information technology: algorithm elaboration, logic design (функционирования системы), logical design (функционирования системы)4) Programming: algorithm designУниверсальный русско-английский словарь > разработка алгоритмов
-
25 алгоритм динамического программирования
Makarov: dynamic programming algorithmУниверсальный русско-английский словарь > алгоритм динамического программирования
-
26 алгоритм программирования
Engineering: programming algorithmУниверсальный русско-английский словарь > алгоритм программирования
-
27 программирующий алгоритм
Mathematics: programming algorithmУниверсальный русско-английский словарь > программирующий алгоритм
-
28 алгоритм динамического программирования
Русско-английский словарь по электронике > алгоритм динамического программирования
-
29 алгоритм динамического программирования
Русско-английский словарь по радиоэлектронике > алгоритм динамического программирования
-
30 partial coherent length
длина сохранения частичной когерентности (число символов сигнала, в течение которых остаётся неизменной фаза несущей); см. partial coherence weight; partial coherent dynamic programming algorithmАнгло-русский словарь промышленной и научной лексики > partial coherent length
-
31 алгоритм (оперативного) планирования
Programming: scheduling algorithmУниверсальный русско-английский словарь > алгоритм (оперативного) планирования
-
32 алгоритм Маркова
Programming: Markov algorithm -
33 алгоритм быстрой сортировки
Programming: quicksort algorithmУниверсальный русско-английский словарь > алгоритм быстрой сортировки
-
34 алгоритм изменения унаследованного кода
Programming: legacy code change algorithmУниверсальный русско-английский словарь > алгоритм изменения унаследованного кода
-
35 алгоритм искусственного интеллекта
Универсальный русско-английский словарь > алгоритм искусственного интеллекта
-
36 алгоритм координации действий и распределения ресурсов
Programming: scheduling algorithm (алгоритм планирования( диспетчеризации))Универсальный русско-английский словарь > алгоритм координации действий и распределения ресурсов
-
37 алгоритм монотонных частот
Универсальный русско-английский словарь > алгоритм монотонных частот
-
38 алгоритм нескольких читателей и писателей
Programming: multiple readers and writers (см. Designing Concurrent, Distributed, and Real-time Applications with UML ( Object Technology Series) by Hassan Gomaa), multiple readers and writers algorithmУниверсальный русско-английский словарь > алгоритм нескольких читателей и писателей
-
39 алгоритм обеспечения справедливости доступа
Programming: access fairness algorithm (запрещает узлу сети повторно захватывать управление до тех пор, пока все остальные устройства от него не откажутся)Универсальный русско-английский словарь > алгоритм обеспечения справедливости доступа
-
40 алгоритм обнаружения гонки по данным
Programming: data race detection algorithmУниверсальный русско-английский словарь > алгоритм обнаружения гонки по данным
См. также в других словарях:
Algorithm — Flow chart of an algorithm (Euclid s algorithm) for calculating the greatest common divisor (g.c.d.) of two numbers a and b in locations named A and B. The algorithm proceeds by successive subtractions in two loops: IF the test B ≤ A yields yes… … Wikipedia
Programming language — lists Alphabetical Categorical Chronological Generational A programming language is an artificial language designed to communicate instructions to a machine, particularly a computer. Programming languages can be used to create programs that… … Wikipedia
Algorithm design — is a specific method to create a mathematical process in solving problems. Applied algorithm design is algorithm engineering.Algorithm design is identified and incorporated into many solution theories of operation research, such as dynamic… … Wikipedia
Algorithm engineering — is a combination of theoretical algorithm design with real world data. By taking an algorithm and combining it with a hardware device connected to the real world, you are able to more accurately verify and validate the algorithm results and… … Wikipedia
Programming paradigm — Programming paradigms Agent oriented Automata based Component based Flow based Pipelined Concatenative Concu … Wikipedia
Algorithm Builder — ist eine Entwicklungsumgebung für AVR Mikrocontroller, basierend auf einer graphischen Makro Assembler Sprache. Der gesamte Programmablauf wird in graphischer Form als Flussdiagramm eingegeben. Es lässt sich mit einzelnen Anweisungen direkt auf… … Deutsch Wikipedia
Algorithm characterizations — The word algorithm does not have a generally accepted definition. Researchers are actively working in formalizing this term. This article will present some of the characterizations of the notion of algorithm in more detail. This article is a… … Wikipedia
Programming idiom — A programming idiom is a means of expressing a recurring construct in one or more programming languages. Generally speaking, a programming idiom is an expression of a simple task or algorithm that is not a built in feature in the programming… … Wikipedia
algorithm — [13] Algorithm comes from the name of an Arab mathematician, in full Abu Ja far Mohammed ibn Musa al Khwarizmi (c. 780–c. 850), who lived and taught in Baghdad and whose works in translation introduced Arabic numerals to the West. The last part… … The Hutchinson dictionary of word origins
algorithm — [13] Algorithm comes from the name of an Arab mathematician, in full Abu Ja far Mohammed ibn Musa al Khwarizmi (c. 780–c. 850), who lived and taught in Baghdad and whose works in translation introduced Arabic numerals to the West. The last part… … Word origins
Algorithm (C++) — In the C++ programming language, algorithm is a function template that can work with (theoretically) any container containing values of any type. However, this is not always true because algorithms may have restrictions on the container/iterator… … Wikipedia